11/11/2017

Hello R!

Who R we?

R in the Data Science UniveRse

  • Origin: S-language (1975)
  • Created in 1995 by Ross Ihaka & Robert Gentleman at the University of Auckland
  • Ranking second as tool for data science (after Python)

Advantages of R

Some examples - Simple Chart

pie(c(a=78, b=17, c=5),
    init.angle = 315,
    col = c("deepskyblue", "yellow", "yellow3"),
    border = FALSE,
    radius = 1.0)

Some examples - Animations

Some examples - JavaScript

library(threejs)
 data(ego)
 graphjs(ego, bg="black")

Some examples - Shiny App